STEP 12: The loop created a kitten sprite, but the list display doesn't show the string "kitten"!
- In LOGIC, click and drag out Update Display.
- Drop it under .append() but before the loop.
- Replace my_var in .update() with pet_list.
When you Run your code, watch how the on stage display now shows kitten too!
To navigate the page using the TAB key, first press ESC to exit the code editor.